.bgmax {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
  }
  
  @media (max-width: 1024px) {
    .mp {
      padding: 0 2vw;
    }
  }
  
  .mbw {
    width: 100%;
    overflow: hidden;
  }
  
  .mw1600 {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
  }
  
  .dfc {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .top1 {
   background: rgba(0, 0, 0, 0.41);
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;

    
  }
  
  .top1 .head-index {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .top1 .head-index .logo {
    width: 25%;
  }
  
  .top1 .head-index .logo img {
    max-width: 100%;
  }
  
  .top1 .head-index .dao {
    width: 68%;
  }
  
  .top1 .head-index .tel {
    font-size: 0.85rem;
      color: #fff;
      border-right: 1px solid #cbcfd5;
      padding-right: 7px;
      margin-right: 0px;
      width: 15%;
    
  }
  
  .top1.scroll .head-index .tel{color:#000;}
  
  .top1 .head-index .ss {
    position: relative;
    height: 21px;
    width: 21px;
    cursor: pointer;
    display: none;
  }
  
  .top1 .head-index .ss img + img {
    opacity: 0;
  }
  
  .top1 .head-index .ss.avtive img + img {
    opacity: 1;
  }
  
  .ss-bg {
    background: rgba(222, 7, 0, 0.5);
    padding: 16px 0;
    position: absolute;
    right: 0;
    top: 114px;
    display: none;
    width: 100%;
    z-index: 99;
  }
  
  #formsearch {
 
    width: 80%;
    margin: 0 auto;
  }
  @media(max-width:500px){
      #formsearch{display:none;}
  }
  
  
  .xymob-seaerch-wz {color:#fff;}
  
  #formsearch input {
    line-height: 45px;
    height: 45px;
    background: none;
    border: none;
  }
  
  #formsearch input#keyword {
    text-indent: 10px;
    width: 95%;
    color: #979797;
    outline: none;
    font-size: 0.7rem;
  }
  
  #formsearch input#s_btn {
    background: #de0700;
    font-size: 0;
    width: 5%;
    outline: none;
    color: #fff;
    padding: 0;
    font-size: 0.7rem;
  }
  
  #formsearch ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #979797;
  }
  
  #formsearch ::-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #979797;
  }
  
  #formsearch ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #979797;
  }
  
  #formsearch ::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #979797;
  }
  
  
  .x-header-right {
    float: right;
    margin-left: 10px;
    padding-left: 20px;
    text-align: center;
    position: relative;
   /* margin-top: 9px;*/
    width: 14%;
  }
  
  .x-header-right:before {
    /* content: '|'; */
    /* position: absolute; */
    /* left: 0; */
    /* top:0%; */
  }
  
  
  .x-header-right .ss_btn{
      width: 20px;
      height: 20px;
      background: url(../images/sss.png) no-repeat right center;
      cursor: pointer;
      line-height: 100px;
      height: 100px;
  }
  
  @media (max-width:1024px){
      .x-header-right{
          /*display:none;*/
      }
  }
  
  .yy {
      position: relative;
  }
  
  .yu {
      color: #fff;
      font-size: 16px;
      cursor: pointer;
      padding-left: 0px;
      background: url(//cdn.myxypt.com/99412967/21/03/4d02ecba7d1d23872a4769a6760921ece6391b56.png) no-repeat left center, url(//cdn.myxypt.com/99412967/21/03/c94760c61b87e63de6203c67b9ab1e6dc4ada1b6.png) no-repeat right center;
      padding-right: 0px;
  }
  
  .yy a {
      /*display: block;
      color: #fff;
      font-size: 16px;
      line-height: 30px;
      /* background: #de0700; */
      /*width: 27px;
      float: left;*/*/
  }
  
  .top1.scroll .head-index .yu {
      color: #000;
      font-size: 16px;
      cursor: pointer;
      padding-left: 0px;
      background: url(//cdn.myxypt.com/99412967/21/03/4d02ecba7d1d23872a4769a6760921ece6391b56.png) no-repeat left center, url(//cdn.myxypt.com/99412967/21/03/c94760c61b87e63de6203c67b9ab1e6dc4ada1b6.png) no-repeat right center;
      padding-right: 0px;
  }
  
  
  .yan {
      position: absolute;
      top: 42px;
      left: 0;
      z-index: 9999;
      display: none;
  }
  
  
  
  
  .ad-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.4);
    display: none;
  }
  
  .ad-bg .ad-index .ad-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 50px;
  }
  
  .ad-bg .ad-index .ad-list li {
    color: #fff;
  }
  
  .ad-bg .ad-index .ad-list li .img1 {
    padding-right: 40px;
  }
  
  .ad-bg .ad-index .ad-list li .img1 img {
    max-width: 100%;
  }
  
  .ad-bg .ad-index .ad-list li .wz h3 {
    font-size: 1.3365rem;
  }
  
  .ad-bg .ad-index .ad-list li .wz .w2 {
    font-size: 1.3365rem;
    padding-top: 10px;
  }
  
  .ad-bg .ad-index .ad-list li:hover .w2 {
    text-decoration: underline;
  }
  
  @media (max-width: 767px) {
    .ad-bg {
      display: none;
    }
  }
  
  
  .logo2{float:left;line-height:75px;display:none;}
  
  
  .top1.scroll{position:fixed;width:100%;top:0;left:0;z-index:99999;background: rgba(0, 0, 0, 0.41);box-shadow: 0 5px 10px #666;}
  .top1.scroll .logo2{display:block; width: 25%;}
  .top1.scroll .logo2 img{max-width:100%; height:auto !important;width:auto !important;}
  .top1.scroll .logo{display:none;}
  .top1.scroll .ss {width:21px;height:21px;}
.top1.scroll .x-menu > li:hover{background:#ff0000;}
.top1.scroll .x-menu > li > a{color:#fff;}
.top1.scroll .x-menu > li > a:hover{color:#fff;}
.x-menu > li:hover{background:#ff0000;}
 .x-menu > li:hover a{color:#fff;} 
  
  
  .box1 {
    background: url(//cdn.myxypt.com/99412967/21/03/701c9839ccc9decd62e8a8e6615cc86eb085f336.jpg);
    background-size: 100% 100%;
    padding: 5% 0;
  }
  
  .box1 .about-index {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  @media (max-width: 767px) {
    .box1 .about-index {
      display: block;
    }
  }
  
  .box1 .about-index .aboutl {
    width: 45%;
  }
  
  @media (max-width: 767px) {
    .box1 .about-index .aboutl {
      width: 100%;
    }
  }
  
  .box1 .about-index .aboutl .a1 {
    font-size: 0.7rem;
    width: 10.8rem;
    line-height: 2.5;
    background: #de0700;
    color: #fff;
    text-align: center;
  }
  
  .box1 .about-index .aboutl .a2 {
    color: #231f20;
    font-size: 2.4rem;
    margin-top: 10px;
  }
  
  .box1 .about-index .aboutl .a3 {
    color: #808080;
    font-size: 0.8rem;
    line-height: 1.8;
    margin-top: 40px;
  }
  
  .box1 .about-index .aboutl .a4 {
    width: 65%;
    margin-top: 45px;
    display: none;
  }
  
  .box1 .about-index .aboutl .a4 .a4-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .box1 .about-index .aboutl .a4 .a4-list li {
    text-align: center;
  }
  
  .box1 .about-index .aboutl .a4 .a4-list li .img1 img {
    max-width: 100%;
  }
  
  .box1 .about-index .aboutl .a4 .a4-list li h3 {
    font-size: 0.7rem;
    color: #808080;
    font-weight: bold;
    line-height: 3;
  }
  
  .box1 .about-index .aboutl .a4 .a4-list li:hover .img1 img {
    filter: invert(13%) sepia(100%) saturate(7492%) hue-rotate(14deg) brightness(92%) contrast(110%);
  }
  
  .box1 .about-index .aboutl .a4 .a4-list li:hover h3 {
    color: #de0700;
  }
  
  .box1 .about-index .aboutr {
    width: 50%;
  }
  
  @media (max-width: 767px) {
    .box1 .about-index .aboutr {
      width: 100%;
    }
  }
  
  .box1 .about-index .aboutr p img {
    max-width: 100%;
  }
  
  .box1 .honor-list {
    padding: 0 40px;
    margin-top: 50px;
  }
  
  .box1 .honor-list li a {
    display: block;
    margin: 0 2%;
  }
  
  .box1 .honor-list li a .img1 {
    border: 1px solid #cccccc;
    padding: 4px;
  }
  .box1 .honor-list li a .img1:hover{border: 1px solid #de0700;}
  
  .box1 .honor-list li a .img1 img {
    width: 100%;
  }
  
  .box1 .honor-list .slick-arrow {
    position: absolute;
    z-index: 99;
    width: 38px;
    height: 38px;
    margin-top: -19px;
    top: 50%;
    cursor: pointer;
    outline: none;
    border: none;
    font-size: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  
  .box1 .honor-list .slick-arrow.slick-prev {
    left: 0;
    background: url(//cdn.myxypt.com/99412967/21/03/11130e3f897bf28963d16ffc22b9ed327342be2e.png) no-repeat top center;
    background-size: 100% 100%;
  }
  
  .box1 .honor-list .slick-arrow.slick-next {
    right: 0;
    background: url(//cdn.myxypt.com/99412967/21/03/9dad7274e6a0bfe14e6f700b1391f798bec5ebc0.png) no-repeat top center;
    background-size: 100% 100%;
  }
  
  .p-index {
    margin-top: 3%;
  }
  
  .p-index .p1-1 {
    text-align: center;
    color: #333333;
    font-size: 1.8rem;
    font-weight: bold;
  }
  
  .p-index .p1-1 span {
    color: #de0700;
  }
  
  .p-index .p1-2 {
    font-size: 0.8rem;
    color: #666666;
    text-align: center;
    background: url(//cdn.myxypt.com/99412967/21/03/b2fee71e558897944b8a1b61b950d08d2a4a5917.png) no-repeat center center;
    margin-top: 10px;
  }
  
  .p-index .p1-3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 3%;
  }
  
  @media (max-width: 767px) {
    .p-index .p1-3 {
      display: block;
    }
  }
  
  .p-index .p1-3 .p1-3l {
    width: 65.5%;
  }
  
  @media (max-width: 767px) {
    .p-index .p1-3 .p1-3l {
      width: 100%;
    }
  }
  
  .p-index .p1-3 .p1-3l .p1-3l-1 .list1 li {
    position: relative;
  }
  
  .p-index .p1-3 .p1-3l .p1-3l-1 .list1 li a {
    display: block;
  }
  
  .p-index .p1-3 .p1-3l .p1-3l-1 .list1 li a .img1 {
    overflow: hidden;
  }
  
  .p-index .p1-3 .p1-3l .p1-3l-1 .list1 li a .img1 img {
    width: 100%;
    transition: 0.5s;
  }
  
  .p-index .p1-3 .p1-3l .p1-3l-1 .list1 li a .wenzi {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 5%;
    padding-top: 3%;
  }
  
  .p-index .p1-3 .p1-3l .p1-3l-1 .list1 li a .wenzi b {
    display: block;
    color: #fff;
    font-size: 1.5rem;
    font-family: "Impact";
  }
  
  .p-index .p1-3 .p1-3l .p1-3l-1 .list1 li a .wenzi span {
    display: block;
    color: #fff;
    font-size: 1.5rem;
    padding: 1rem 0;
  }
  
  .p-index .p1-3 .p1-3l .p1-3l-1 .list1 li a .wenzi p {
    color: #fff;
    font-size: 0.8rem;
    line-height: 2;
  }
  
  .p-index .p1-3 .p1-3l .p1-3l-1 .list1 li a .wenzi .more {
    width: 138px;
    height: 39px;
    border: 1px solid #fff;
    line-height: 37px;
    color: #fff;
    font-size: 0.75rem;
    text-align: center;
    margin-top: 1.75rem;
  }
  @media(max-width:640px){
      
      .p-index .p1-3 .p1-3l .p1-3l-1 .list1 li a .wenzi .more{
          display:none;
      }
  }
  
  .p-index .p1-3 .p1-3l .p1-3l-1 .list1 li:hover .img1 img {
    transform: scale(1.2);
  }
  
  .p-index .p1-3 .p1-3l .p1-3l-1 .list1 li:hover .wenzi b {
    color: #de0700;
  }
  
  .p-index .p1-3 .p1-3l .p1-3l-1 .list1 li:hover .wenzi .more {
    background: #de0700;
    border-color: #de0700;
  }
  
  .p-index .p1-3 .p1-3l .p1-3l-2 {
    margin-top: 0.65rem;
  }
  
  .p-index .p1-3 .p1-3l .p1-3l-2 .list1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .p-index .p1-3 .p1-3l .p1-3l-2 .list1 li {
    position: relative;
  }
  
  .p-index .p1-3 .p1-3l .p1-3l-2 .list1 li a {
    display: block;
  }
  
  .p-index .p1-3 .p1-3l .p1-3l-2 .list1 li a .img1 {
    overflow: hidden;
  }
  
  .p-index .p1-3 .p1-3l .p1-3l-2 .list1 li a .img1 img {
    width: 100%;
    transition: 0.5s;
  }
  
  .p-index .p1-3 .p1-3l .p1-3l-2 .list1 li a .wenzi {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 5%;
    padding-top: 5%;
  }
  
  .p-index .p1-3 .p1-3l .p1-3l-2 .list1 li a .wenzi b {
    display: block;
    color: #fff;
    font-size: 1.5rem;
    font-family: "Impact";
  }
  
   @media(max-width:992px){
      .p-index .p1-3 .p1-3l .p1-3l-2 .list1 li a .wenzi b {
    display: block;
    color: #fff;
    font-size: 1rem;
    font-family: "Impact";
  }
  }
   
  
  
  .p-index .p1-3 .p1-3l .p1-3l-2 .list1 li a .wenzi span {
    display: block;
    color: #fff;
    font-size: 1.5rem;
    padding: 0.5rem 0;
  }
  
  .p-index .p1-3 .p1-3l .p1-3l-2 .list1 li a .wenzi p {
    color: #fff;
    font-size: 0.8rem;
    line-height: 2;
  }
  
  .p-index .p1-3 .p1-3l .p1-3l-2 .list1 li a .wenzi .more {
    width: 138px;
    height: 39px;
    border: 1px solid #fff;
    line-height: 37px;
    color: #fff;
    font-size: 0.75rem;
    text-align: center;
    margin-top: 1.2rem;
  }
  @media(max-width:640px){
      .p-index .p1-3 .p1-3l .p1-3l-2 .list1 li a .wenzi .more{
          display:none;
      }
  }
  
  .p-index .p1-3 .p1-3l .p1-3l-2 .list1 li:nth-of-type(1) {
    width: 45%;
    margin-right: 1%;
  }
  
  .p-index .p1-3 .p1-3l .p1-3l-2 .list1 li:nth-of-type(2) {
    width: 53%;
    margin-left: 1%;
  }
  
  .p-index .p1-3 .p1-3l .p1-3l-2 .list1 li:hover .img1 img {
    transform: scale(1.2);
  }
  
  .p-index .p1-3 .p1-3l .p1-3l-2 .list1 li:hover .wenzi b {
    color: #de0700;
  }
  
  .p-index .p1-3 .p1-3l .p1-3l-2 .list1 li:hover .wenzi .more {
    background: #de0700;
    border-color: #de0700;
  }
  
  .p-index .p1-3 .p1-3r {
    width: 33.4%;
  }
  
  @media (max-width: 767px) {
    .p-index .p1-3 .p1-3r {
      width: 100%;
      margin-top: 0.65rem;
    }
  }
  
  .p-index .p1-3 .p1-3r .list1 li {
    position: relative;
  }
  
  .p-index .p1-3 .p1-3r .list1 li a {
    display: block;
  }
  
  .p-index .p1-3 .p1-3r .list1 li a .img1 {
    overflow: hidden;
  }
  
  .p-index .p1-3 .p1-3r .list1 li a .img1 img {
    width: 100%;
    transition: 0.5s;
  }
  
  .p-index .p1-3 .p1-3r .list1 li a .wenzi {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 5%;
    padding-top: 5%;
  }
  
  .p-index .p1-3 .p1-3r .list1 li a .wenzi b {
    display: block;
    color: #fff;
    font-size: 1.5rem;
    font-family: "Impact";
  }
  
  .p-index .p1-3 .p1-3r .list1 li a .wenzi span {
    display: block;
    color: #fff;
    font-size: 1.5rem;
    padding: 1rem 0;
  }
  
  .p-index .p1-3 .p1-3r .list1 li a .wenzi p {
    color: #fff;
    font-size: 0.8rem;
    line-height: 2;
  }
  
  .p-index .p1-3 .p1-3r .list1 li a .wenzi .more {
    width: 138px;
    height: 39px;
    border: 1px solid #fff;
    line-height: 37px;
    color: #fff;
    font-size: 0.75rem;
    text-align: center;
    margin-top: 1.75rem;
  }
  @media(max-width:640px){
      .p-index .p1-3 .p1-3r .list1 li a .wenzi .more{
          display:none;
      }
  }
  
  .p-index .p1-3 .p1-3r .list1 li:hover .img1 img {
    transform: scale(1.2);
  }
  
  .p-index .p1-3 .p1-3r .list1 li:hover .wenzi b {
    color: #de0700;
  }
  
  .p-index .p1-3 .p1-3r .list1 li:hover .wenzi .more {
    background: #de0700;
    border-color: #de0700;
  }
  
  .hxyy-index {
    margin-top: 5%;
  }
  
  .hxyy-index .p1-1 {
    text-align: center;
    color: #333333;
    font-size: 1.8rem;
    font-weight: bold;
  }
  
  .hxyy-index .p1-1 span {
    color: #de0700;
  }
  
  .hxyy-index .p1-2 {
    font-size: 0.8rem;
    color: #666666;
    text-align: center;
    background: url(//cdn.myxypt.com/99412967/21/03/b2fee71e558897944b8a1b61b950d08d2a4a5917.png) no-repeat center center;
    margin-top: 10px;
  }
  
  .hyyy-bg {
    background: url(//cdn.myxypt.com/99412967/21/03/c24e99ec6f0e9c402036369d575afb9c2236514f.jpg) no-repeat top center;
    background-size: 100% 100%;
    margin-top: 3%;
    padding: 5% 0;
  }
  
  .hyyy-bg .hyyy-con .hyyy-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  @media (max-width: 767px) {
    .hyyy-bg .hyyy-con .hyyy-list {
      display: block;
      text-align: center;
      font-size: 0;
    }
  }
  
  .hyyy-bg .hyyy-con .hyyy-list li {
    background: rgba(255, 255, 255, 0.72);
    width: 24.2%;
    padding: 2.5rem 1.5rem;
  }
  
  @media (max-width: 767px) {
    .hyyy-bg .hyyy-con .hyyy-list li {
      width: 46%;
      display: inline-block;
      margin: 0 1%;
      margin-bottom: 2%;
    }
  }
  
  .hyyy-bg .hyyy-con .hyyy-list li a {
    display: block;
  }
  
  .hyyy-bg .hyyy-con .hyyy-list li a .img {
    width: 113px;
    height: 115px;
    overflow: hidden;
    margin: 0 auto;
  }
  
  .hyyy-bg .hyyy-con .hyyy-list li a .img img {
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    position: relative;
    top: 0;
    width: 100%;
    height: 200%;
  }
  
  .hyyy-bg .hyyy-con .hyyy-list li a h3 {
    text-align: center;
    color: #000000;
    font-size: 1.4rem;
    padding: 1.75rem 0;
  }
  
  .hyyy-bg .hyyy-con .hyyy-list li a p {
    font-size: 0.8rem;
    color: #444444;
    text-align: center;
    line-height: 1.8;
  }
  
  .hyyy-bg .hyyy-con .hyyy-list li a .more {
    width: 123px;
    height: 43px;
    border: 1px solid #000;
    border-radius: 30px;
    margin: 0 auto;
    text-align: center;
    line-height: 41px;
    font-size: 0.8rem;
    color: #444444;
    margin-top: 1.75rem;
  }
  
  .hyyy-bg .hyyy-con .hyyy-list li:hover {
    background: rgba(222, 7, 0, 0.72);
  }
  
  .hyyy-bg .hyyy-con .hyyy-list li:hover a .img img {
    top: -115px;
  }
  
  .hyyy-bg .hyyy-con .hyyy-list li:hover a h3 {
    color: #fff;
  }
  
  .hyyy-bg .hyyy-con .hyyy-list li:hover a p {
    color: #fff;
  }
  
  .hyyy-bg .hyyy-con .hyyy-list li:hover a .more {
    border-color: #fff;
    color: #fff;
  }
  
  .news-index {
    margin-top: 5%;
  }
  
  .news-index .p1-1 {
    text-align: center;
    color: #333333;
    font-size: 1.8rem;
    font-weight: bold;
  }
  
  .news-index .p1-1 span {
    color: #de0700;
  }
  
  .news-index .p1-2 {
    font-size: 0.8rem;
    color: #666666;
    text-align: center;
    background: url(//cdn.myxypt.com/99412967/21/03/b2fee71e558897944b8a1b61b950d08d2a4a5917.png) no-repeat center center;
    margin-top: 10px;
  }
  
  .news-index .news-con {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border: 2px solid #f1f1f2;
    margin-top: 3%;
  }
  
  @media (max-width: 767px) {
    .news-index .news-con {
      display: block;
    }
  }
  
  .news-index .news-con .newsl {
    width: 30%;
  }
  
  @media (max-width: 767px) {
    .news-index .news-con .newsl {
      width: 100%;
    }
  }
  
  .news-index .news-con .newsl .n-list1 li a {
    display: block;
  }
  
  .news-index .news-con .newsl .n-list1 li a .w11 {
    background-color: #de0700;
    padding: 1.5rem 1.25rem;
  }
  
  .news-index .news-con .newsl .n-list1 li a .w11 h3 {
    font-size: 0.8rem;
    color: #ffffff;
  }
  
  .news-index .news-con .newsl .n-list1 li a .w11 span {
    display: block;
    color: #ffffff;
    font-size: 0.8rem;
    margin-top: 1.25rem;
  }
  
  .news-index .news-con .newsl .n-list1 li a h4 {
    color: #666666;
    font-size: 0.6rem;
    background: #f7f7f7;
    line-height: 2;
    padding: 0 0.75rem;
    padding-top: 1.2rem;
    padding-bottom: 2.5rem;
  }
  
  .news-index .news-con .newsl .n-list1 li a .img1 img {
    max-width: 100%;
  }
  
  @media (max-width: 767px) {
    .news-index .news-con .newsl .n-list1 li a .img1 img {
      width: 100%;
    }
  }
  
  .news-index .news-con .newsr {
    width: 66%;
    margin-right: 1%;
  }
  
  @media (max-width: 767px) {
    .news-index .news-con .newsr {
      width: 100%;
      margin-right: 0;
    }
  }
  
  .news-index .news-con .newsr .nsort {
    display: flex;
    justify-content: left;
    align-items: center;
    margin: 1.25rem 0;
  }
  
  .news-index .news-con .newsr .nsort li {
    border-left: 5px solid #fff;
    margin-right: 2%;
    padding-left: 1rem;
  }
  
  .news-index .news-con .newsr .nsort li a {
    display: block;
    color: #000000;
    font-size: .8rem;
  }
  
  .news-index .news-con .newsr .nsort li.cur {
    border-left: 5px solid #de0700;
  }
  
  .news-index .news-con .newsr .nsort li.cur a {
    color: #de0700;
    font-weight: bold;
  }
  
  .news-index .news-con .newsr .nsort li:hover {
    border-left: 5px solid #de0700;
  }
  
  .news-index .news-con .newsr .nsort li:hover a {
    color: #de0700;
    font-weight: bold;
  }
  
  .news-index .news-con .newsr .nlist2 li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
    height: auto !important;
  }
  
  .news-index .news-con .newsr .nlist2 li .nl {
    width: 84%;
    padding: 0 1rem;
    background: #ffffff;
  }
  
  .news-index .news-con .newsr .nlist2 li .nl a {
    display: block;
  }
  
  .news-index .news-con .newsr .nlist2 li .nl a b {
    display: block;
    color: #333333;
    font-size: 0.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0.75rem 0;
  }
  
  .news-index .news-con .newsr .nlist2 li .nl a .newsms {
    color: #888888;
    font-size: 0.7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    padding-bottom: 0.75rem;
  }
  
  .news-index .news-con .newsr .nlist2 li .nr {
    width: 16%;
    background: #e8e8ea;
    text-align: center;
    padding: 1rem 0;
  }
  
  .news-index .news-con .newsr .nlist2 li .nr .d1 {
    font-size: 2rem;
    color: #666666;
    font-weight: bold;
    font-family: "Arail";
    line-height: 1.2;
  }
  
  .news-index .news-con .newsr .nlist2 li .nr .d2 {
    font-size: 0.8rem;
    color: #666666;
    font-family: "Arail";
  }
  
  .news-index .news-con .newsr .nlist2 li:hover .nl {
    background: #f7f7f7;
  }
  
  .news-index .news-con .newsr .nlist2 li:hover .nl b {
    color: #de0700;
  }
  
  .news-index .news-con .newsr .nlist2 li:hover .nr {
    background: #de0700;
  }
  
  .news-index .news-con .newsr .nlist2 li:hover .nr .d1 {
    color: #fff;
  }
  
  .news-index .news-con .newsr .nlist2 li:hover .nr .d2 {
    color: #fff;
  }
  
  .tt {
    display: none;
  }
  
  .link-bg {
    background: url(//cdn.myxypt.com/99412967/21/03/2488147e47aa3ab3eba9ccabed673772218ee325.png) no-repeat top center;
    background-size: 100% 100%;
    margin-top: 3%;
    padding: 20px 0;
  }
  
  .link-bg span {
    color: #fff;
    font-size: 0.9rem;
    width: 25%;
    display: inline-block;
    text-indent: 4rem;
  }
  
  .link-bg a {
    color: #999999;
    font-size: 0.7rem;
    padding-right: 10px;
  }
  
  .foot-bg {
    background: #151c26;
    padding: 3rem 0;
  }
  
  .foot-bg .foot-index {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  @media (max-width: 767px) {
    .foot-bg .foot-index {
      display: block;
      text-align: center;
    }
  }
  
  .foot-bg .foot-index .logo1 img {
    max-width: 100%;
  }
  
  @media (max-width: 767px) {
    .foot-bg .foot-index .lx {
      margin-top: 10px;
    }
  }
  
  .foot-bg .foot-index .lx .footlink {
    color: #fff;
  }
  
    .foot-bg .foot-index .lx .footlink p a{
    color: #fff; padding:0 10px ;
  }  
  
  
   .foot-bg .foot-index .lx .footlink a{
    color: #fff; padding:0 10px ;
  } 
  
  
  
    @media (max-width: 992px) {
    .footlink p{
      padding:0 5px;
    }
        .footlink p a{
      padding:0 5px;
    }
  }
  
  
  
  .foot-bg .foot-index .lx .footlink a {
    color: #fff;
    font-size: 0.7rem;
  }
  
  .foot-bg .foot-index .lx .dh {
    color: #fff;
    font-size: 0.6rem;
    line-height: 2;
    margin-top: 15px;
  }
  .foot-bg .foot-index .lx .mdh{
       color: #fff;
    font-size: 0.6rem;
    line-height: 2;
    margin-top: 15px;
      display: none;
  }
  
  @media(max-width:640px){
       .foot-bg .foot-index .lx .dh{
           display:none;
       }
       
      .foot-bg .foot-index .lx .dh{
          font-size:14px;
          
      }
       .foot-bg .foot-index .lx .mdh{
           display:block;
           font-size:14px;
       }
  }
  
  .foot-bg .foot-index .erq img {
    max-width: 100%;
  }
  
  .footer {
    background: #151c26;
    border-top: 1px solid #2d333c;
    text-align: center;
    padding: 20px 0;
    color: #999999;
    font-size: 0.6rem;
    line-height: 1.5;
  }
  
  .footer a {
    color: #999999;
  }
  
  .backToTop {display: none;width: 50px;height:50px;background:url(//cdn.myxypt.com/99412967/21/03/a2a38d56f618c7d345f42349e727b16c1c9bb2e2.png) no-repeat;position: fixed;
  bottom: 20%;cursor: pointer;right:5%;}
  
  @media(max-width:767px){
      .backToTop{
          display:none;
      }
        .mw1600 {
   padding:10px;
  }
  }
  
  
  
    @media(max-width:1440px){
        .mw1600 {
   padding:10px;
  }
  }
  
  
  